{ "version": 4, "terraform_version": "1.6.9", "serial": 219, "lineage": "fe50ae8f-a777-bd53-a11b-7c077f632444", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-3452a7e704ea08076", "ami": "ami-6861468c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a3a63251"], "subnet_id": "subnet-22b0cee3", "key_name": "prod-deploy-key" } } ] } ] }