{ "version": 4, "terraform_version": "1.6.8", "serial": 274, "lineage": "d38f18d7-9948-2ac0-8e10-a0cb2260b242", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cc4adca5b29e4ac37", "ami": "ami-bdd2972d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e0eba6c"], "subnet_id": "subnet-f54a91c6", "key_name": "prod-deploy-key" } } ] } ] }