{ "version": 4, "terraform_version": "1.5.2", "serial": 371, "lineage": "019002b7-1afa-ca69-f73e-b2fdfa04c8a1", "outputs": { "db_endpoint": { "value": "db-4.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-8ceba415c06b5bbaf", "ami": "ami-e739faec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dfa004dd"], "subnet_id": "subnet-76d02fcf", "key_name": "prod-deploy-key" } } ] } ] }