{ "version": 4, "terraform_version": "1.8.4", "serial": 232, "lineage": "9dc9e7b7-6efb-48b0-1cf2-9eef121ccad0", "outputs": { "db_endpoint": { "value": "db-4.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-26532f68311e6a9ee", "ami": "ami-efc563b6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-54d45da2"], "subnet_id": "subnet-44f345ab", "key_name": "prod-deploy-key" } } ] } ] }