{ "version": 4, "terraform_version": "1.5.9", "serial": 595, "lineage": "8c034bd8-10ee-f55a-7e85-d9aea56b08bd", "outputs": { "db_endpoint": { "value": "db-3.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-c5a3299b71f36dcf6", "ami": "ami-274c9c6c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6a2f7b20"], "subnet_id": "subnet-6012b90e", "key_name": "prod-deploy-key" } } ] } ] }