{ "version": 4, "terraform_version": "1.8.5", "serial": 492, "lineage": "cf5053e3-7a43-d2f7-48b7-0dbd2da4acf5", "outputs": { "db_endpoint": { "value": "db-0.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-0b26765752eb266e4", "ami": "ami-2f480198", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-49944a46"], "subnet_id": "subnet-f29e3cb5", "key_name": "prod-deploy-key" } } ] } ] }