{ "version": 4, "terraform_version": "1.6.5", "serial": 141, "lineage": "1b06f64e-6340-8848-4eb1-65a21ecd21e9", "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-8aae2c418cf6ade78", "ami": "ami-7f2407f5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b67e3358"], "subnet_id": "subnet-95ded56a", "key_name": "prod-deploy-key" } } ] } ] }