{ "version": 4, "terraform_version": "1.7.6", "serial": 466, "lineage": "bdbc94ee-0bf6-3228-6285-a19f63899d4e", "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-4ac89ad3ca3a67fb2", "ami": "ami-ad4e3168", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c90005fa"], "subnet_id": "subnet-f9a9489c", "key_name": "prod-deploy-key" } } ] } ] }