Paddy
7054fdfa13
providers/google: make projects importable.
...
This change doesn't make much sense now, as projects are read-only
anyways, so there's not a lot that importing really does for you--you
can already reference pre-existing projects just by defining them in
your config.
But as we discussed #10425 , this change made more and more sense. In a
world where projects can be created, we can no longer reference
pre-existing projects just by defining them in config. We get that
ability back by making projects importable.
2016-12-01 10:38:27 -08:00
Paul Stack
83abf5b16a
provider/aws: Support import of aws_iam_instance_profile ( #10436 )
...
Fixes #10341
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSIAMInstanceProfile_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/11/30 14:32:59 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSIAMInstanceProfile_ -timeout 120m
=== RUN TestAccAWSIAMInstanceProfile_importBasic
--- PASS: TestAccAWSIAMInstanceProfile_importBasic (20.22s)
=== RUN TestAccAWSIAMInstanceProfile_basic
--- PASS: TestAccAWSIAMInstanceProfile_basic (18.71s)
=== RUN TestAccAWSIAMInstanceProfile_namePrefix
--- PASS: TestAccAWSIAMInstanceProfile_namePrefix (18.58s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws57.535s
```
2016-12-01 09:01:15 +02:00
Michael Warkentin
3288b0bf9f
Add `aws_s3_bucket` to importable resources ( #10438 )
2016-11-30 15:45:55 +02:00
Mitchell Hashimoto
f8ec7dad19
command/import: allow the -config flag to specify a config location
2016-11-09 15:09:13 -08:00
Christoph Blecker
b42a723355
Add google resources to importability docs
2016-10-20 14:44:07 -07:00
DJ Home
56f35dd67d
Add ability to import AWS OpsWorks Custom Layers
2016-10-07 11:57:11 +01:00
AMeng
b7fae4028c
provider/aws: Import aws_db_event_subscription
2016-10-04 15:24:30 -06:00
DJ Home
1bc154535f
Add ability to import OpsWorks stacks
2016-09-29 11:44:58 +01:00
stack72
cea685099e
Merge branch 'elasticache-cluster-import' of https://github.com/AMeng/terraform into AMeng-elasticache-cluster-import
2016-09-23 10:04:57 +01:00
Christoph Blecker
047cdd7c09
Slight tweak to import docs to clarify state management commands ( #8885 )
2016-09-17 08:15:29 +01:00
AMeng
eff11efff3
provider/aws: Support Import aws_elasticache_cluster
2016-08-19 11:10:57 -06:00
Paul Stack
9a39057a4f
docs/import: Add a note to the Import section that only ENV VARs can be used atm ( #8194 )
2016-08-15 17:06:50 +01:00
James Nugent
581f23dfa0
docs: Tidy up importabable resources list
2016-08-03 07:15:26 -07:00
stack72
6c35953994
website/docs: Adding a list of resources that are available to import now
2016-08-03 13:18:36 +10:00
Mitchell Hashimoto
6d9e41668f
website: basic docs on import
2016-05-18 12:57:03 -06:00