{ "version": 4, "terraform_version": "1.7.6", "serial": 500, "lineage": "b61af878-ce61-477f-5631-4563d42852d1", "outputs": { "db_endpoint": { "value": "db-4.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-0e3b99aa83ea8641b", "ami": "ami-23753875", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ba13502b"], "subnet_id": "subnet-0178e084", "key_name": "prod-deploy-key" } } ] } ] }