{ "version": 4, "terraform_version": "1.5.7", "serial": 140, "lineage": "2b80c45b-9e7f-7db3-871a-d17703b66775", "outputs": { "db_endpoint": { "value": "db-1.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-126198439bbba0238", "ami": "ami-4edc3e48", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-829e7b90"], "subnet_id": "subnet-b6b38bfc", "key_name": "prod-deploy-key" } } ] } ] }