{ "version": 4, "terraform_version": "1.6.5", "serial": 529, "lineage": "f41270c2-7704-3230-08d5-ea67604a2605", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-941353449709ba87f", "ami": "ami-f28975a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ed1f8de3"], "subnet_id": "subnet-393cd18e", "key_name": "prod-deploy-key" } } ] } ] }