{ "version": 4, "terraform_version": "1.8.4", "serial": 297, "lineage": "722b4194-6b9c-d67a-a814-ccc1fb1d1fd3", "outputs": { "db_endpoint": { "value": "db-1.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-fac7d8de1eca486e9", "ami": "ami-f1bf066e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cb6df45f"], "subnet_id": "subnet-9d0378a2", "key_name": "prod-deploy-key" } } ] } ] }