{ "version": 4, "terraform_version": "1.8.8", "serial": 314, "lineage": "a6225d34-6e66-1d0d-9ad8-51b933841459", "outputs": { "db_endpoint": { "value": "db-4.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-8054e62bf5d89bc40", "ami": "ami-8002bc94", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e61e07e7"], "subnet_id": "subnet-7050d686", "key_name": "prod-deploy-key" } } ] } ] }