{ "version": 4, "terraform_version": "1.8.3", "serial": 451, "lineage": "8a89498f-ff26-0ab1-ac1e-8afaa41f0550", "outputs": { "db_endpoint": { "value": "db-3.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-6ef0338b03355b763", "ami": "ami-70cca1c5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-39cb31d8"], "subnet_id": "subnet-b2c9267a", "key_name": "prod-deploy-key" } } ] } ] }