{ "version": 4, "terraform_version": "1.6.1", "serial": 476, "lineage": "3072db40-fa2e-0238-e627-170af56e5469", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-5dd21074cd348785a", "ami": "ami-3793dd13", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fcc3eb4d"], "subnet_id": "subnet-ea91c2fa", "key_name": "prod-deploy-key" } } ] } ] }