{ "version": 4, "terraform_version": "1.7.4", "serial": 132, "lineage": "79d14527-6e7e-50c0-cbf2-1ee792ad130d", "outputs": { "db_endpoint": { "value": "db-0.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-59e37e9e95bd00c39", "ami": "ami-f2eb5172", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f2a830ac"], "subnet_id": "subnet-28e73d7a", "key_name": "prod-deploy-key" } } ] } ] }