{ "version": 4, "terraform_version": "1.6.1", "serial": 347, "lineage": "97a353fc-5632-c48e-2512-db4a5218b59b", "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-780fb06b8ad658a6a", "ami": "ami-22fa64d4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fba19ef1"], "subnet_id": "subnet-e6735a71", "key_name": "prod-deploy-key" } } ] } ] }