{ "version": 4, "terraform_version": "1.7.2", "serial": 431, "lineage": "b5bfee18-46ba-c82e-244a-99591f19c295", "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-7ec7acbd6d48cb48b", "ami": "ami-96a322e5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0a0eea2d"], "subnet_id": "subnet-945833c5", "key_name": "prod-deploy-key" } } ] } ] }