{ "version": 4, "terraform_version": "1.7.0", "serial": 237, "lineage": "0e0b9a51-820b-d714-61af-3d79603c39cd", "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-3e5fafc1e5e867725", "ami": "ami-98ee305f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-96d589af"], "subnet_id": "subnet-f4c15d07", "key_name": "prod-deploy-key" } } ] } ] }