{ "version": 4, "terraform_version": "1.5.1", "serial": 485, "lineage": "bb2604eb-2e45-35d2-594e-8b97b3cb0546", "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-ea6f733ade2e97c44", "ami": "ami-d7584fe1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a81b1086"], "subnet_id": "subnet-6a6dabab", "key_name": "prod-deploy-key" } } ] } ] }