{ "version": 4, "terraform_version": "1.5.8", "serial": 320, "lineage": "ba6325d2-8a4a-a032-3068-3958af5e7f37", "outputs": { "db_endpoint": { "value": "db-3.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-99f6dd701c38e1d23", "ami": "ami-5ec1dfc9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3590c1f5"], "subnet_id": "subnet-4eadd9d8", "key_name": "prod-deploy-key" } } ] } ] }