{ "version": 4, "terraform_version": "1.5.1", "serial": 367, "lineage": "c27da641-d183-b374-d5bc-232652d5deda", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-b00fed877a81758a8", "ami": "ami-c797a39e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8a444468"], "subnet_id": "subnet-067dd735", "key_name": "prod-deploy-key" } } ] } ] }