{ "version": 4, "terraform_version": "1.7.3", "serial": 242, "lineage": "c9432006-60e8-a01f-d719-d8b17a75ea4d", "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-d8e7284d0c03f7e30", "ami": "ami-bac048aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6cd1abb0"], "subnet_id": "subnet-b5a5923f", "key_name": "prod-deploy-key" } } ] } ] }