{ "version": 4, "terraform_version": "1.8.6", "serial": 245, "lineage": "ee52d889-e4c1-b374-a860-38d02ef3ca06", "outputs": { "db_endpoint": { "value": "db-1.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-5a52df44dcffed5e3", "ami": "ami-0c33dc63", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fcd72a2c"], "subnet_id": "subnet-032c7883", "key_name": "prod-deploy-key" } } ] } ] }