{ "version": 4, "terraform_version": "1.5.5", "serial": 500, "lineage": "e8841c8a-67b8-45e6-b8df-f9610da945a8", "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-40536504130b7574e", "ami": "ami-f0a8bc6e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7906d3f1"], "subnet_id": "subnet-a4cf8791", "key_name": "prod-deploy-key" } } ] } ] }