{ "version": 4, "terraform_version": "1.8.0", "serial": 197, "lineage": "f4d3f41b-7416-9d90-fdce-f41c13feee60", "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-73be85bdcbe892605", "ami": "ami-ad19d123", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f35cb21a"], "subnet_id": "subnet-309985fa", "key_name": "prod-deploy-key" } } ] } ] }