Commit Graph

4546 Commits

Author SHA1 Message Date
Peter McAtominey
0cb6e7df8b provider/azurerm: add enable_blob_encryption to storage_account resource
This allows Storage Service Encryption to be enabled.

TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMStorageAccount -timeout 120m
=== RUN   TestAccAzureRMStorageAccount_importBasic
--- PASS: TestAccAzureRMStorageAccount_importBasic (139.00s)
=== RUN   TestAccAzureRMStorageAccount_basic
--- PASS: TestAccAzureRMStorageAccount_basic (151.03s)
=== RUN   TestAccAzureRMStorageAccount_blobEncryption
--- PASS: TestAccAzureRMStorageAccount_blobEncryption (149.94s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	440.051s
2016-10-06 22:50:02 +01:00
Dean Wilson
e0b336e359 Fix typos in the bitbucket_repository example. 2016-10-06 22:08:22 +01:00
Paul Stack
e012c4fcc5 Merge pull request #9242 from BedeGaming/azurerm-sb-namespace-keys
provider/azurerm: expose default keys for servicebus_namespace
2016-10-06 21:53:23 +01:00
Paul Stack
141f7dca24 Merge pull request #9260 from cblecker/google-sidebar
Add Google Compute Image docs to sidebar.
2016-10-06 21:20:24 +01:00
Jason Costello
232243382f make links real 2016-10-06 11:55:13 -07:00
Jason Costello
2d9cfa2b91 reduce enterprise bg size 2016-10-06 11:47:27 -07:00
stack72
62bc112b1b Adding the bitbucket provider to the website sidebar 2016-10-06 19:25:13 +01:00
clint
f7fa785925 v0.7.5 2016-10-06 17:41:22 +00:00
Christoph Blecker
322f95fdfa Add Google Compute Image docs to sidebar.
Docs were originally added in #7960, but weren't added to the sidebar.
2016-10-06 10:29:12 -07:00
Krzysztof Wilczynski
1260b3a9b5 Add new "ANY" as valid HTTP method to API Gateway validator.
This commit adds a new HTTP method to a list of valid HTTP methods which
is now accepted by API Gateway.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-06 16:11:45 +01:00
Jason Costello
301dc104fc additional padding for announcement section 2016-10-05 16:47:47 -07:00
Jason Costello
5a52cc9b87 style enterprise intro 2016-10-05 16:47:07 -07:00
Jason Costello
b719806d97 type tweaks, increase weight and contrast 2016-10-05 16:09:39 -07:00
Christoph Blecker
3934279339 Documentation formatting fix 2016-10-05 16:09:10 -07:00
Christoph Blecker
4523639614 Remove unneeded output syntax from GCS Remote State 2016-10-05 16:08:54 -07:00
Jason Costello
00a9c1c9a5 remove l + r padding on announce and net-intro 2016-10-05 15:36:36 -07:00
Peter McAtominey
f733d6aa8a provider/azurerm: expose default keys for servicebus_namespace
A default authorization rule is created by Azure which, if present is exported by
the resource.

TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusNamespace -timeout 120m
=== RUN   TestAccAzureRMServiceBusNamespaceCapacity_validation
--- PASS: TestAccAzureRMServiceBusNamespaceCapacity_validation (0.00s)
=== RUN   TestAccAzureRMServiceBusNamespaceSku_validation
--- PASS: TestAccAzureRMServiceBusNamespaceSku_validation (0.00s)
=== RUN   TestAccAzureRMServiceBusNamespace_basic
--- PASS: TestAccAzureRMServiceBusNamespace_basic (352.03s)
=== RUN   TestAccAzureRMServiceBusNamespace_readDefaultKeys
--- PASS: TestAccAzureRMServiceBusNamespace_readDefaultKeys (349.17s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	701.278s
2016-10-05 22:12:28 +01:00
Jason Costello
12c1855314 add primary CTA and customer list 2016-10-05 14:05:07 -07:00
Jason Costello
efe686f018 some comments because i am a nice person 2016-10-05 13:26:19 -07:00
Jason Costello
b6a4bb4033 rename to avoid confusion w existing header classes 2016-10-05 13:13:31 -07:00
Jason Costello
4ef13a0ad4 clean up 2016-10-05 13:10:06 -07:00
Jason Costello
a4fec04e75 fix terraform enterprise background art 2016-10-05 12:56:02 -07:00
Jason Costello
f8df785400 add announcement bg 2016-10-05 12:51:35 -07:00
Jason Costello
23a747ca06 add feature-create background art 2016-10-05 12:39:53 -07:00
Jason Costello
0fa913c772 add background art for feature-plan 2016-10-05 12:31:21 -07:00
clint shryock
dad6face2b re-go-fmt after rebase
use us-west-2 region in tests

update test with working config

provider/aws: Update EMR contribution with passing test, polling for instance in DELETE method

remove defaulted role

document emr_cluster

rename aws_emr -> aws_emr_cluster

update docs for name change

update delete timeout/polling

rename emr taskgroup to emr instance group

default instance group count to 0, down from 60

update to ref emr_cluster, emr_instance_group

more cleanups for instance groups; need to read and update

add read, delete method for instance groups

refactor the read method to seperate out the fetching of the specific group

more refactoring for finding instance groups

update emr instance group docs

err check on reading HTTP. Dont' return the error, just log it

refactor the create method to catch optionals

additional cleanups, added a read method

update test to be non-master-only

wrap up the READ method for clusters

poll for instance group to be running after a modification

patch up a possible deref

provider/aws: EMR cleanups

fix test naming

remove outdated docs

randomize emr_profile names
2016-10-05 14:30:16 -05:00
Paul Stack
5192c7d14c Merge pull request #9196 from hashicorp/arm-sql-datawarehouse
provider/azurerm: Support AzureRM Sql Database DataWarehouse
2016-10-05 20:19:17 +01:00
Jason Costello
51e3f20fc0 add enterprise-callout background art 2016-10-05 11:53:43 -07:00
Jason Costello
b2438a1e05 add feature-write background art 2016-10-05 11:53:28 -07:00
Jason Costello
51115a4ee4 some html cleanup 2016-10-05 11:52:58 -07:00
Jason Costello
ec049e7604 fix typo 2016-10-05 06:31:31 -07:00
Jason Costello
a6f80314a1 remove unused feature image 2016-10-05 06:28:37 -07:00
Colin Saliceti
b36318f184 Document datadog style and palette options 2016-10-05 09:44:54 +01:00
Jason Costello
a4befdb475 add basic enterprise section 2016-10-04 19:27:35 -07:00
Jason Costello
839265f7bd update outline-button styles 2016-10-04 19:12:19 -07:00
Jason Costello
af306087d7 add announcement section
still need to fix a wonky container alignment issue and add background
2016-10-04 19:12:05 -07:00
Jason Costello
e241eba249 nuke old CTA and styles 2016-10-04 18:22:54 -07:00
Jason Costello
81a9655a1b set feature lead paragraphs max-width 2016-10-04 18:15:17 -07:00
Jason Costello
e9ab088eba lessen margin on terminals 2016-10-04 18:11:15 -07:00
Jason Costello
f0c2ec056b add CTA to Examples section, set type 2016-10-04 18:08:55 -07:00
Paul Stack
aa97ebd0e7 Merge pull request #9220 from AMeng/import-db-event-sub
provider/aws: Import aws_db_event_subscription
2016-10-05 01:03:53 +01:00
Jason Costello
a432ab2bc1 less specific type, set type for Examples section 2016-10-04 16:52:17 -07:00
Jason Costello
7aced5b1b6 add and style feature-card graphics 2016-10-04 16:03:46 -07:00
AMeng
b7fae4028c provider/aws: Import aws_db_event_subscription 2016-10-04 15:24:30 -06:00
Michael Henry
0dd9a0db4b document new api_gateway_integration type values 2016-10-04 15:56:38 -04:00
Jason Costello
8973d3c11c nest styles in .page-home class 2016-10-04 11:07:55 -07:00
Sam Dunne
d073a90cb1 Create provisioner for postgresql extensions
This change adds support for installing postgresql extensions on a
postgresql server.
2016-10-04 16:32:28 +01:00
stack72
9089b415d4 provider/azurerm: Support AzureRM Sql Database DataWarehouse
Fixes #9194

Removes the validation for the types and adds an acceptance test to make
sure we get a successful Sql Database created

```
% make testacc TEST=./builtin/providers/azurerm TESTARGS='-run=TestAccAzureRMSqlDatabase_datawarehouse'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/03 21:57:16 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/azurerm -v
-run=TestAccAzureRMSqlDatabase_datawarehouse -timeout 120m
=== RUN   TestAccAzureRMSqlDatabase_datawarehouse
--- PASS: TestAccAzureRMSqlDatabase_datawarehouse (307.95s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/azurerm307.963s
```
2016-10-04 14:38:51 +01:00
Rob Rankin
a967504db9 Fixup some SQL DB docs
* Parameter is Objective, not Object
* Clarify what resource group needs to be used
* Name paramter is the database name
* Link to Azure docs for SQL Database Tiers/Editions/Size limits
2016-10-04 07:31:27 +00:00
Jason Costello
0fc6267112 add feature-create html and basic css 2016-10-03 13:10:31 -07:00