{ "version": 4, "terraform_version": "1.6.4", "serial": 224, "lineage": "e8ad8d61-d4f4-59ca-7bf4-00c50cb48f65", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-d1323234783ca2135", "ami": "ami-53bef549", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b2c56569"], "subnet_id": "subnet-2988f658", "key_name": "prod-deploy-key" } } ] } ] }