{ "version": 4, "terraform_version": "1.8.8", "serial": 107, "lineage": "895451ad-2180-93d2-9313-0bf17addaec2", "outputs": { "db_endpoint": { "value": "db-2.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-fc7ad80e279356c0a", "ami": "ami-1718f350", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dc83512b"], "subnet_id": "subnet-9612a2b3", "key_name": "prod-deploy-key" } } ] } ] }