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
Jason Costello
b41ed8c32d
tweaks Plan section
2016-10-03 13:06:23 -07:00
Jason Costello
37d97623d7
basic structure for Write feature
2016-10-03 12:51:57 -07:00
Jason Costello
b992e8e3e3
feature cards
2016-10-03 12:20:26 -07:00
Paul Stack
36fd208fa9
Merge pull request #9191 from nwalke/update_getting_started
...
DOCS: Added note about requiring a default VPC.
2016-10-03 19:06:25 +01:00
Nick Walke
7e41cbfaf2
Added note about requiring a default VPC.
...
Fixes hashicorp/terraform#6427
2016-10-03 11:45:05 -05:00
Paul Stack
0cf15386ab
Merge pull request #9190 from nwalke/master
...
DOCS: Added note about us-east-1 ACM certs.
2016-10-03 17:37:43 +01:00
Paul Stack
3c63c80b86
Merge pull request #9185 from BedeGaming/azurerm-servicebus-sub
...
provider/azurerm: add servicebus_subscription resource
2016-10-03 17:35:31 +01:00
Nick Walke
aa87472aa2
Added note about us-east-1 ACM certs.
...
Fixes hashicorp/terraform#9170
2016-10-03 11:23:53 -05:00
Paul Stack
2d90f8a91c
Merge pull request #9140 from hashicorp/import-aws-elasticache_replication_groups
...
provider/aws: Support Import of AWS elasticache_replication_groups
2016-10-03 16:59:31 +01:00
stack72
520f96e84b
provider/aws: Support Import of AWS elasticache_replication_groups
...
Fixes #9094
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElasticacheReplicationGroup_importBasic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/30 00:09:04 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSElasticacheReplicationGroup_importBasic -timeout 120m
=== RUN TestAccAWSElasticacheReplicationGroup_importBasic
--- PASS: TestAccAWSElasticacheReplicationGroup_importBasic (756.38s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws756.398s
```
2016-10-03 16:52:29 +01:00
stack72
17cb9a19da
Merge branch 'DJRH-import-opsworks-stacks'
2016-10-03 16:48:23 +01:00
stack72
2f81f47d49
Merge branch 'import-opsworks-stacks' of https://github.com/DJRH/terraform into DJRH-import-opsworks-stacks
2016-10-03 16:23:03 +01:00
James Turnbull
b24a173f2e
Edits to remote-config documentation
...
Minor grammar and style edits.
Also updated Consul example to not use `demo.consul.io` - seems like a bad idea to hard-code something folks might cut-n-paste to a host that's public. Principle of least risk, etc.
2016-10-03 11:03:23 -04:00
Paul Stack
a72719a06b
Revert "Fix docs aws_instance"
2016-10-03 15:45:34 +01:00
Peter McAtominey
475fd4decb
provider/azurerm: add servicebus_subscription resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusSubscription -timeout 120m
=== RUN TestAccAzureRMServiceBusSubscription_importBasic
--- PASS: TestAccAzureRMServiceBusSubscription_importBasic (339.00s)
=== RUN TestAccAzureRMServiceBusSubscription_basic
--- PASS: TestAccAzureRMServiceBusSubscription_basic (328.47s)
=== RUN TestAccAzureRMServiceBusSubscription_update
--- PASS: TestAccAzureRMServiceBusSubscription_update (368.95s)
=== RUN TestAccAzureRMServiceBusSubscription_updateRequiresSession
--- PASS: TestAccAzureRMServiceBusSubscription_updateRequiresSession (348.47s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1384.966s
2016-10-03 15:27:28 +01:00
Paul Stack
e9ed7bb8a1
Merge pull request #9161 from jamtur01/patch-2
...
Cleanup Module Source page
2016-10-03 14:44:16 +01:00
Paul Stack
a13dd01cc3
Merge pull request #9160 from jamtur01/patch-1
...
Rewrite of the module usage page
2016-10-03 14:19:15 +01:00
Paul Stack
59cfe7bebb
Merge pull request #9180 from hashicorp/bitbucket-docs-layout
...
provider/bitbucket: Add the bitbucket documentation
2016-10-03 14:07:00 +01:00
Paul Stack
727825ca99
Merge pull request #9151 from BedeGaming/azurerm-servicebus-topic
...
provider/azurerm: add servicebus_topic resource
2016-10-03 15:00:47 +02:00
stack72
c600915472
provider/bitbucket: Add the bitbucket documentation
...
fixes #9177
2016-10-03 13:23:54 +01:00
DJ Home
967335eae3
Merge branch 'master' into import-opsworks-stacks
2016-10-03 11:28:28 +01:00
Peter McAtominey
cdbf0d7df4
provider/azurerm: add servicebus_topic resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (328.72s)
=== RUN TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (331.04s)
=== RUN TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (348.69s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1008.588s
2016-10-03 11:25:50 +01:00
dnABic
1cfc27730f
Changing virtualization type in documentation for aws_instance
2016-10-02 23:54:16 +02:00
Paul Stack
b79aea491b
Merge pull request #9155 from dnABic/docs-p1
...
mostly typos in documens and aws autoscaling id instead of name
2016-10-01 19:21:14 +01:00