{ "version": 4, "terraform_version": "1.5.2", "serial": 319, "lineage": "2216b8fc-a120-c47e-67fc-93e33d419ba3", "outputs": { "db_endpoint": { "value": "db-2.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-fd8f552486054cdf2", "ami": "ami-62f1fe38", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-54e08853"], "subnet_id": "subnet-ddb9cc46", "key_name": "prod-deploy-key" } } ] } ] }