{ "version": 4, "terraform_version": "1.6.5", "serial": 141, "lineage": "9ba40397-5c81-129e-ec79-abb44a7c7917", "outputs": { "db_endpoint": { "value": "db-2.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-472ef00d17fb6f0c6", "ami": "ami-59a3182a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6223ad1d"], "subnet_id": "subnet-06f5741a", "key_name": "prod-deploy-key" } } ] } ] }