{ "version": 4, "terraform_version": "1.7.4", "serial": 541, "lineage": "54be8e90-9319-0e54-6166-c879d86aac4a", "outputs": { "db_endpoint": { "value": "db-2.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-3e65b12bc5bf6fc16", "ami": "ami-0125e2a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b1d6a4d4"], "subnet_id": "subnet-e48d1ad5", "key_name": "prod-deploy-key" } } ] } ] }