{ "version": 4, "terraform_version": "1.5.3", "serial": 397, "lineage": "b4656994-8bb0-261f-c223-4222b61d6709", "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-b4e191c323966015d", "ami": "ami-ee3eea88", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e9278cd9"], "subnet_id": "subnet-f631e323", "key_name": "prod-deploy-key" } } ] } ] }