{ "version": 4, "terraform_version": "1.8.7", "serial": 205, "lineage": "61ab1e63-9e0f-d629-f4cc-b7ae280c9a08", "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-304f22dd51109d65d", "ami": "ami-7f1b1a11", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-456e006e"], "subnet_id": "subnet-4dbb6a68", "key_name": "prod-deploy-key" } } ] } ] }