{ "version": 4, "terraform_version": "1.8.7", "serial": 496, "lineage": "90535be9-a15b-ef21-bea6-7e4b07c38332", "outputs": { "db_endpoint": { "value": "db-3.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-13b63c1c01966ffc4", "ami": "ami-7667487c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-58facd92"], "subnet_id": "subnet-dc6fa742", "key_name": "prod-deploy-key" } } ] } ] }