{ "version": 4, "terraform_version": "1.7.1", "serial": 275, "lineage": "342435b7-6352-2a05-adcf-a53a2eb73f53", "outputs": { "db_endpoint": { "value": "db-3.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-51c3a2e1116c45c12", "ami": "ami-65a6d415", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-522cdceb"], "subnet_id": "subnet-7e6c6fa2", "key_name": "prod-deploy-key" } } ] } ] }