{ "version": 4, "terraform_version": "1.8.3", "serial": 565, "lineage": "14bc4b4d-e972-c820-3921-b8ab4ae3aa7b", "outputs": { "db_endpoint": { "value": "db-1.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-5b927c90205b6894e", "ami": "ami-6f581d18", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d2892400"], "subnet_id": "subnet-ec3c4cd3", "key_name": "prod-deploy-key" } } ] } ] }