{ "version": 4, "terraform_version": "1.5.2", "serial": 160, "lineage": "800f2646-2e1c-936a-9aa5-1496af99fa84", "outputs": { "db_endpoint": { "value": "db-4.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-a77f538dc80382549", "ami": "ami-6b971645", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ae9ef2d7"], "subnet_id": "subnet-79f9bcc8", "key_name": "prod-deploy-key" } } ] } ] }