{ "version": 4, "terraform_version": "1.6.4", "serial": 532, "lineage": "38a3897e-fa84-9439-d5f5-46c51142ced6", "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-258ea2166544f572e", "ami": "ami-3064abdc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cc0c7522"], "subnet_id": "subnet-62020eae", "key_name": "prod-deploy-key" } } ] } ] }