{ "version": 4, "terraform_version": "1.5.4", "serial": 101, "lineage": "74064e0c-cbca-86f9-f095-f6f3cc5a6951", "outputs": { "db_endpoint": { "value": "db-3.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-e879e9ec2d1a666ee", "ami": "ami-69af2794", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-117a3183"], "subnet_id": "subnet-8917b397", "key_name": "prod-deploy-key" } } ] } ] }