{ "version": 4, "terraform_version": "1.6.4", "serial": 549, "lineage": "0c47a154-7510-ffc9-1119-0005b3672530", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5cbd38b2cfd715f97", "ami": "ami-191cd278", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-baa8ef36"], "subnet_id": "subnet-c0d9dde6", "key_name": "prod-deploy-key" } } ] } ] }