{ "version": 4, "terraform_version": "1.8.1", "serial": 308, "lineage": "5aa51077-6cbd-7627-80fc-edaed64a1fae", "outputs": { "db_endpoint": { "value": "db-4.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-64be8879e160a5cbe", "ami": "ami-47cbd7dc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ca61db86"], "subnet_id": "subnet-f0f3ec31", "key_name": "prod-deploy-key" } } ] } ] }