{ "version": 4, "terraform_version": "1.5.6", "serial": 586, "lineage": "93a74fcf-63f0-579e-1c74-9856b6cd05b4", "outputs": { "db_endpoint": { "value": "db-2.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-30e5aa2bbbec7ab7e", "ami": "ami-cd47d8bc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-81696708"], "subnet_id": "subnet-b57cd521", "key_name": "prod-deploy-key" } } ] } ] }