{ "version": 4, "terraform_version": "1.7.1", "serial": 400, "lineage": "fbd31552-2ea5-0d8e-b916-0294882d6e22", "outputs": { "db_endpoint": { "value": "db-2.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-45c3db21eb2ca95a0", "ami": "ami-27753ae5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c948d3a2"], "subnet_id": "subnet-254a6477", "key_name": "prod-deploy-key" } } ] } ] }