{ "version": 4, "terraform_version": "1.6.5", "serial": 177, "lineage": "3863d555-0cf1-73b2-0157-1f34efd4db60", "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-c103a9ab488787d51", "ami": "ami-5ab669d1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-67800082"], "subnet_id": "subnet-f81e5bc0", "key_name": "prod-deploy-key" } } ] } ] }