{ "version": 4, "terraform_version": "1.8.3", "serial": 144, "lineage": "c6f9dfc1-b495-0695-69dd-c57913219734", "outputs": { "db_endpoint": { "value": "db-1.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-dcd1cb026903bd331", "ami": "ami-7d7b5acf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-16250384"], "subnet_id": "subnet-020ee5bc", "key_name": "prod-deploy-key" } } ] } ] }