{ "version": 4, "terraform_version": "1.8.6", "serial": 209, "lineage": "119980c6-e562-3518-35dc-3c878fef6e4a", "outputs": { "db_endpoint": { "value": "db-2.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-7dbc9e2482a4bce2d", "ami": "ami-53887534", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe102dc5"], "subnet_id": "subnet-c095d2ea", "key_name": "prod-deploy-key" } } ] } ] }