{ "version": 4, "terraform_version": "1.8.7", "serial": 365, "lineage": "5bb994ad-805a-eeff-63de-4a32c3458957", "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-57a1f7e296a25a697", "ami": "ami-97c7b3d2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b35b2cfa"], "subnet_id": "subnet-d293c273", "key_name": "prod-deploy-key" } } ] } ] }