{ "version": 4, "terraform_version": "1.8.6", "serial": 174, "lineage": "76ddfb90-e5af-323f-c3c9-b3fbd4149cbb", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7d2ff3e5ddb74b104", "ami": "ami-5f4a1238", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a242f43d"], "subnet_id": "subnet-0b944489", "key_name": "prod-deploy-key" } } ] } ] }