{ "version": 4, "terraform_version": "1.7.3", "serial": 454, "lineage": "c7b56a7c-4467-b679-6843-e7760d90f9f7", "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-56f83fba7e2757395", "ami": "ami-8f334770", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db63d457"], "subnet_id": "subnet-ea7d7332", "key_name": "prod-deploy-key" } } ] } ] }