{ "version": 4, "terraform_version": "1.6.1", "serial": 193, "lineage": "d374da53-3956-7f54-d25a-bf1098148923", "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-b0537fb5bd032b768", "ami": "ami-9fc63dfd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b50f3218"], "subnet_id": "subnet-65d9eca5", "key_name": "prod-deploy-key" } } ] } ] }