{ "version": 4, "terraform_version": "1.7.2", "serial": 375, "lineage": "0f52ec4a-4a85-6368-3a41-7abfc9e2d26c", "outputs": { "db_endpoint": { "value": "db-3.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-c60d61745956f8c3f", "ami": "ami-641b998c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-86dab173"], "subnet_id": "subnet-164370da", "key_name": "prod-deploy-key" } } ] } ] }