{ "version": 4, "terraform_version": "1.6.9", "serial": 441, "lineage": "4bb9aff4-634e-5127-6d8e-c48cc5b268c2", "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-5d42bbfb68286da65", "ami": "ami-e661e9e7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dedc397f"], "subnet_id": "subnet-45dbe36c", "key_name": "prod-deploy-key" } } ] } ] }