{ "version": 4, "terraform_version": "1.7.0", "serial": 164, "lineage": "e2704d65-54a1-e978-c2d3-fa3df0fd8f67", "outputs": { "db_endpoint": { "value": "db-2.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-34df4a3c302e68ac8", "ami": "ami-5cb6f8dd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f2870ce"], "subnet_id": "subnet-35db0139", "key_name": "prod-deploy-key" } } ] } ] }