{ "version": 4, "terraform_version": "1.7.6", "serial": 573, "lineage": "9a6c017a-2cfa-a031-af8b-8da451225f6d", "outputs": { "db_endpoint": { "value": "db-2.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-69bd4d0ccdf52eccf", "ami": "ami-7d31f4cb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d3979c8c"], "subnet_id": "subnet-60c41b55", "key_name": "prod-deploy-key" } } ] } ] }