{ "version": 4, "terraform_version": "1.7.7", "serial": 103, "lineage": "203668b3-348e-d50a-b446-7f8608fd3a12", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-650754472fc94b163", "ami": "ami-64198a0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-336f15c3"], "subnet_id": "subnet-e17a90c3", "key_name": "prod-deploy-key" } } ] } ] }