{ "version": 4, "terraform_version": "1.5.5", "serial": 536, "lineage": "b4f40d4c-4139-e252-49f3-ddcaae2b1bb4", "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-0232b46be92f7f30d", "ami": "ami-196600ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-173640a6"], "subnet_id": "subnet-94bb2928", "key_name": "prod-deploy-key" } } ] } ] }