{ "version": 4, "terraform_version": "1.8.1", "serial": 537, "lineage": "7622716a-113b-e441-de62-834c29826b8b", "outputs": { "db_endpoint": { "value": "db-0.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-400b47096c5278e79", "ami": "ami-d958dd3b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-156540dc"], "subnet_id": "subnet-3cb2284c", "key_name": "prod-deploy-key" } } ] } ] }