{ "version": 4, "terraform_version": "1.5.4", "serial": 463, "lineage": "01716061-6231-0b78-a955-f1d461a24682", "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-489a7cdf9b2c36629", "ami": "ami-63c982c0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-18121f88"], "subnet_id": "subnet-6e81c747", "key_name": "prod-deploy-key" } } ] } ] }