{ "version": 4, "terraform_version": "1.6.7", "serial": 246, "lineage": "93458ba9-9053-f165-6e65-a4ece8d7052b", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6cc072ab10322f502", "ami": "ami-f771475c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6d4d405c"], "subnet_id": "subnet-b883cae8", "key_name": "prod-deploy-key" } } ] } ] }