{ "version": 4, "terraform_version": "1.8.0", "serial": 124, "lineage": "f41c8482-8264-f4a5-63a0-22d9a39599d4", "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-32f057cb8644e91d9", "ami": "ami-06c5cb9a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-14b75d12"], "subnet_id": "subnet-9b4f21e5", "key_name": "prod-deploy-key" } } ] } ] }