{ "version": 4, "terraform_version": "1.6.1", "serial": 291, "lineage": "41403687-24c8-4f9d-8fc1-63b7391a08ab", "outputs": { "db_endpoint": { "value": "db-1.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-453186fedb38bd52b", "ami": "ami-32ea54e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d927cf53"], "subnet_id": "subnet-b3d740d3", "key_name": "prod-deploy-key" } } ] } ] }