{ "version": 4, "terraform_version": "1.7.8", "serial": 501, "lineage": "77d603d6-7dab-5232-780f-95d4beb37f78", "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-205701ca22ce3bfbc", "ami": "ami-3f61e462", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-051b60cd"], "subnet_id": "subnet-c2c43c29", "key_name": "prod-deploy-key" } } ] } ] }