{ "version": 4, "terraform_version": "1.8.5", "serial": 414, "lineage": "04d6422a-a09e-50f3-b92b-fac2686de2b0", "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-93001ae2cd7c3c1e9", "ami": "ami-a502bb15", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74572cd5"], "subnet_id": "subnet-5fc25d6e", "key_name": "prod-deploy-key" } } ] } ] }