{ "version": 4, "terraform_version": "1.8.3", "serial": 384, "lineage": "36868287-3073-c3d0-315a-f282c583c000", "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-fd8f7f9c14142a6da", "ami": "ami-e8ffa75c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ec0b34a5"], "subnet_id": "subnet-0c42cec0", "key_name": "prod-deploy-key" } } ] } ] }