{ "version": 4, "terraform_version": "1.5.9", "serial": 177, "lineage": "343376cf-13ab-e230-a7de-cfe1a33bf24f", "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-5ecb9d74e7c1fc1fc", "ami": "ami-e2bb9b1a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e2ec9ba"], "subnet_id": "subnet-e41ed5c5", "key_name": "prod-deploy-key" } } ] } ] }