{ "version": 4, "terraform_version": "1.7.1", "serial": 536, "lineage": "30720d53-cce9-a69d-1416-1383c2154d6b", "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-b967972e71245262e", "ami": "ami-c20c7be4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1bc7ee61"], "subnet_id": "subnet-57b15206", "key_name": "prod-deploy-key" } } ] } ] }