{ "version": 4, "terraform_version": "1.5.8", "serial": 481, "lineage": "e00bbc28-0615-b1fd-fe8e-4d0344ae9238", "outputs": { "db_endpoint": { "value": "db-4.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-cf2c5626465549837", "ami": "ami-362d6897", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ff22a886"], "subnet_id": "subnet-7b04620b", "key_name": "prod-deploy-key" } } ] } ] }