{ "version": 4, "terraform_version": "1.6.6", "serial": 353, "lineage": "4a21b03f-f9a3-92dc-e0e4-122ca4f0abb6", "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-53276f77263d83ae2", "ami": "ami-003fd5b5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7d66a580"], "subnet_id": "subnet-4f0b4dc7", "key_name": "prod-deploy-key" } } ] } ] }