{ "version": 4, "terraform_version": "1.7.8", "serial": 255, "lineage": "0c92b16a-520c-8d35-fce8-1f40db401429", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-b12f8011d97bf867f", "ami": "ami-9e354ff1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-075df6d3"], "subnet_id": "subnet-be8aeb6b", "key_name": "prod-deploy-key" } } ] } ] }