{ "version": 4, "terraform_version": "1.7.1", "serial": 447, "lineage": "f821347e-bde9-a5d5-4c90-40f04c0d096c", "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-81ba103f2720ae18b", "ami": "ami-19b93a01", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-599c2db2"], "subnet_id": "subnet-53a772a6", "key_name": "prod-deploy-key" } } ] } ] }