{ "version": 4, "terraform_version": "1.5.6", "serial": 111, "lineage": "7fb7c2d2-5906-2a66-116d-617f0c779ddb", "outputs": { "db_endpoint": { "value": "db-0.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-438e4177185adb72e", "ami": "ami-1768fa52", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bcf60f1f"], "subnet_id": "subnet-63a24274", "key_name": "prod-deploy-key" } } ] } ] }