Commit Graph

65 Commits (551eedcf2616376b00d7da170b09f682bbfa3445)

Author SHA1 Message Date
Radek Simko affce99a8e provider/aws: Increase launch_configuration creation timeout (#13357)
9 years ago
Curtis Allen ad565974ac fixes double base64 encode
9 years ago
Tom Wilkie 08c5d2a939 Read back aws_launch_configuration's associate_public_ip_address field, to enable importing.
10 years ago
Sven Walter 459e618c44 provider/aws: Retry resourceAwsLaunchConfigurationCreate if instance profile hasn't propagated (#8813)
10 years ago
Andrew Sy Kim e85297f958 provider/aws: Allow VPC Classic Linking in Autoscaling Launch Configs (#7470)
10 years ago
Paul Forman 391a7f85b0 provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512]
10 years ago
Mitchell Hashimoto 24c0adb2d4
providers/aws: revert LC change
10 years ago
Mitchell Hashimoto 519f0ae4d6
providers/aws: launch configuration import
10 years ago
Sargurunathan Mohan a5825f907b Fix launch_configuration error when using ebs which is encrypted
10 years ago
Paul Hinze 6c2b511152 provider/aws: Fix launch_config waiting for IAM instance profile
10 years ago
Paul Hinze 108ccf0007 builtin: Refactor resource.Retry to clarify return
10 years ago
Paul Hinze de656942ae provider/aws: Fix all pointer RetryError returns
10 years ago
Elliot Graebert 2112f763ee Added support for the encryption flag on ebs_block_devices in launch configurations
10 years ago
clint shryock e4dba86098 provider/aws: Fix missing AMI issue with Launch Configurations
11 years ago
Paul Forman 4d640c6528 providers/aws: add name_prefix option to launch config
11 years ago
Clint Shryock 0c2f189d08 provider/aws: Update to aws-sdk 0.9.0 rc1
11 years ago
Clint Shryock 579ccbefea provider/aws: Update source to comply with upstream breaking change
11 years ago
Clint Shryock b720387449 provider/aws: Clean up externally removed Launch Configurations
11 years ago
Clint Shryock 1091884735 provider/aws: Fix issue with Launch Configurations and enable_monitoring
11 years ago
Radek Simko 36fee9a2f5 provider/aws: Add validation for aws_launch_configuration
11 years ago
Radek Simko dc26f06b5f Merge pull request #2410 from TimeIncOSS/f-aws-lc-monitoring
11 years ago
zollie 579b33b8a2 Retry aws_launch_configuration Create on 'Invalid IamInstanceProfile' error only
11 years ago
zollie 079a26a655 Wrapped Create in a resource.Retry to wait for IAM instance profile propagation
11 years ago
Radek Simko cbddab8a69 provider/aws: Add aws_launch_configuration.enable_monitoring
11 years ago
Paul Hinze b71fa3d0ae provider/aws: handle upstream aws-sdk-go repo move
11 years ago
Paul Hinze 31258e06c6 provider/aws: fix breakages from awserr refactor
11 years ago
Mitchell Hashimoto e7c6cb22c5 provider/aws: bad AMI won't block LC refresh [GH-1901]
11 years ago
Phil Frost 33183c078b Implement a hash function for string sets
11 years ago
Paul Hinze 94f703692c provider/aws: switch to helper for LC names
11 years ago
Clint Shryock 3e6822ce08 more cleans ups of SDK reference
11 years ago
Clint Shryock ba43b7c963 mass search-replace of ec2SDKconn
11 years ago
Clint Shryock a5b2437dcf provider/aws: Convert Instance to use upstream library
11 years ago
Clint Shryock 7a99dd48b2 provider/aws: Convert Launch Configuration over to upstream
11 years ago
Mitchell Hashimoto 783d912b7c providers/aws: set id outside if/esle
11 years ago
Mitchell Hashimoto f7a2f2a2e7 providers/aws: set ID after creation
11 years ago
Paul Hinze 4363ac4970 Merge pull request #1444 from hashicorp/b-launch-config-bugs
11 years ago
Paul Hinze 34c7bbcf4d providers/aws: reduce scope of block_device set hashcodes
11 years ago
Paul Hinze 8fccd9cec4 providers/aws: fix a few more bugs in launch configs
11 years ago
Paul Hinze ee7ccb7908 providers/aws: fix LCs being invalid in classic
11 years ago
Paul Hinze 9a91e1021a providers/aws: don't force update for existing launch configs
11 years ago
Paul Hinze 66dbf91ffd helper/schema: ensure ForceNew set when Update is not
11 years ago
Jason Waldrip f77250f17d block device support for launch configurations
11 years ago
Tomas Doran 09f5935993 Allow launch configuration names to be computed
11 years ago
Clint Shryock f3ba181861 Swap awslabs/aws-sdk-go for hashicorp fork
11 years ago
Clint Shryock 92bf85925b providers/aws: Convert Launch Configurations to awslabs/aws-sdk-go
11 years ago
Graham Floyd c9a0627f13 Add spot_price parameter to aws_launch_configuration resource
11 years ago
Armon Dadgar ccf7f40711 Merge pull request #596 from svanharmelen/f-refactor-aws-provider
12 years ago
Sander van Harmelen eccd5ad308 Refactored about 90%
12 years ago
Tomotaka Sakuma 1170111c7e support associate_public_ip_address for aws_launch_configuration
12 years ago
Mitchell Hashimoto 1912e9655d providers/aws: if LC not found, delete it [GH-421]
12 years ago