{ "version": 4, "terraform_version": "1.7.2", "serial": 111, "lineage": "7239c756-3261-3f7d-e44f-9af6ca7d4132", "outputs": { "db_endpoint": { "value": "db-1.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-c40200707ce5fa538", "ami": "ami-dd9be142", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e6abe6ac"], "subnet_id": "subnet-9e0b24a9", "key_name": "prod-deploy-key" } } ] } ] }